home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / dupe_n25.zip / DUPENUKE.CFG < prev    next >
Text File  |  1996-05-29  |  4KB  |  112 lines

  1. ;
  2. ;                            Dupe Nukem' V2.4
  3. ;                        (c)1995 "Weird" Al Walker
  4. ;               Crazy Train ][ BBS (604)383-2201  Fidonet 1:340/88
  5. ;
  6. ;               Internet        un109@freenet.victoria.bc.ca
  7. ;                 >or<          allen.walker@f88.n340.z1.fidonet.org
  8. ;
  9.  
  10. ;This is a sample configuration that you can use to create your own.
  11. ;Remember that if you want to have separate setups for different ranges of
  12. ;file areas, you can specify a different .CFG file in the command line.
  13.  
  14. ;The following keyword is used to set the "log file", where what is done is
  15. ;recorded for later reading. This file is a plain ascii file that contains
  16. ;the date the program runs, and a list of files deleted (w/ path info). It
  17. ;also contains a log of any errors which occur while running the program.
  18. ;Commenting out this line disables this feature.
  19.  
  20. Logfile   dupenuke.log
  21.  
  22. ;If you use multiple - line descriptions in FILES.BBS, they should:
  23. ;   - Start with a '+'
  24. ;   - Start with a '>'
  25. ;   - Have a '|' as the first non-space character
  26. ;   - be offset from the margin by "offset" number of spaces.
  27. ;   - Not be a blank line
  28. ;
  29. ;In short, if the line AFTER the description of the file being deleted
  30. ;meets any of these criteria, that line is deleted as well.
  31.  
  32. Offset 32
  33.  
  34. ;The following allows you to specify a temporary directory where files will
  35. ;be put instead of deleting them... If this is commented out, they are
  36. ;                               *DELETED*.
  37.  
  38. ;TempArea \max\file\temp
  39.  
  40. ; SortProgram allows you to set the program that is used to Sort the list of
  41. ;files before processing it.  I tried to achieve a reasonable speed with a
  42. ;built-in sort algorithm, but I was unsuccessful. I got the best results with
  43. ;"KSORT.EXE" (*** Ksort version 1.03 Copyright (c) Josh Greifer 1991 ***) but
  44. ;in case nobody else has that program, you can use DOS's SORT.EXE... but it
  45. ;has only been tested with a couple of thousand files...
  46.  
  47. ; KSORT.EXE can be File Requested from me (1:340/88) as "KSORT12.ZIP"
  48.  
  49. ; Whatever sort program must respond to "SortProgram <infile >outfile" to work.
  50.  
  51. ;SortProgram SORT.EXE
  52. SortProgram KSORT.EXE
  53.  
  54. ; The following is a list of options, that correspond to the allowable screen
  55. ;configuration options.  This allows you to set up your own default startup
  56. ;conditions.  Please note that the registered only functions are still locked
  57. ;out until you register...
  58.  
  59. ;ReportOnly
  60. ;RenameInstead
  61. ;SameDate
  62. CheckExt
  63. ;CompareFiles
  64. ;CheckSize
  65. ;DeleteFirst
  66. ;KeepNewestDirectory
  67. ;KeepNewest
  68. ;KeepOldestDirectory
  69. ;KeepOldest
  70.  
  71. ; Below is a list of view commands.  Originally designed for viewing archives,
  72. ;it can also be used to view GIFs, JPGs and other files...  The command should
  73. ;be contained in quotes, since there is usually command line options to
  74. ;include.  The command must also be on the path, or you must include the full
  75. ;path information within the quotes. The command will be called with the
  76. ;name of the file as the final parameter, and the results redirected to a
  77. ;file, which will be viewed on completion of the command.  Please note that
  78. ;if the command requires a keypress to continue (like QPEG needs a Space),
  79. ;you will still need to press it, even if the prompt has been redirected.
  80.  
  81. View ZIP "pkunzip -v"
  82. View ARJ "arj v"
  83. View ARC "pkpak v"
  84. View PAK "pak v"
  85. View LZH "lharc l"
  86. View ZOO "zoo v"
  87. View RAR "rar v"
  88. View GIF "qpeg"
  89. View JPG "qpeg"
  90. View WAV "play"
  91. View VOC "play"
  92. View CMF "play"
  93. View MID "play"
  94.  
  95. ;And this is the list of areas to process.  Each definition must start with
  96. ;the word "AREA", then the path (with or without the Slash).
  97. ;There *MUST* be areas for this program to do anything...
  98.  
  99. area c:\files\SNDMUSIC
  100. area c:\files\WINGAME
  101. area c:\files\WINGRAPH
  102. area c:\files\WIN_NT
  103. area c:\files\SOUND
  104. area c:\files\SOUNDU
  105. area c:\files\UTILS1
  106. area c:\files\UTILS2
  107. area c:\files\UTIL_ARC
  108. area c:\files\WIN_NT2
  109. area c:\files\WINDOWS
  110. area c:\files\X_UTILIT
  111.  
  112.